home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1848 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Compiler Cross-Compatiility?
  5. Date: 14 Jan 1996 22:40:34 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4dc0p2$avm@redstone.interpath.net>
  8. References: <DL4vr1.3yp@eskimo.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Skye Offerle (gargamel@eskimo.com) wrote:
  13.  
  14. : I'm ready to move on from the Microsoft Quick C I've had since near
  15. : its release.  
  16. : I'm interested in Turbo C, because I have some useful libraries coded
  17. : with it - but what's the likelihood I will be able to port my old
  18. : routines?
  19.  
  20. If you have the original C source, you can just recompile them. 
  21. If you want to use the LIB files, forget it.
  22.  
  23. : Are C compiler extensions in such a sorry state they
  24. : pit one proprietary standard versus another, with no recourse for the
  25. : programmer?
  26.  
  27. There's no standard library format, if that's what you mean.
  28. You can't use MS compiler created LIB files with Borland
  29. compilers, and vice versa. I've had to redo LIB files to use
  30. MS SDK DLLs with Borland C++.
  31.  
  32. Scott
  33.  
  34.